home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / temacd / xnview / XnView-win.exe / {app} / Help / help-en.chm / source / xnv-help.css
Cascading Style Sheet File  |  2005-06-21  |  1KB  |  34 lines

  1. /* Stylesheet for XnView's help document */
  2. A:link {color:#0000D0}
  3. A:visited {color:#000080}
  4. A:hover {color:#FF6010}
  5. A:active {color:#000080}
  6.  
  7. BODY { margin-top: 20px; margin-left:10px; margin-right:10px; }
  8. H1{color:#101010; margin-top:0px; margin-bottom:0px; font-size:22px}
  9. H2{color:#0000F0; margin-top:20px;}
  10. H3{color:#4040F0; margin-top:20px;}
  11. H4{color:#333333; margin-top:10px; margin-bottom:8px;}
  12.  
  13. /* Horizontal lines */
  14. HR.title { align:left; color="#E0B040"; margin-top:0px; margin-bottom:10px;}
  15. HR.small { align:center; width:260px; height:2px; color="#A0A0D0"; margin-top:6px; margin-bottom:12px; }
  16. HR.large { align:center; width:400px; height:2px; color="#A0A0D0"; margin-top:6px; margin-bottom:12px;}
  17.  
  18. UL {}
  19. LI { margin-top: 8px; }
  20.  
  21. .HowTo { color:#804000; font-weight:bold; }
  22. .dialog { font-style:italic }
  23. .control { font-style:italic }
  24. .menu { font-style:italic }
  25. .key { font-style:italic }
  26.  
  27. .hilite { font-weight:bold }
  28. .note { COLOR:#0000FF; font-style:italic;  }
  29. .attention { color:#000000; font-weight:bold; }
  30.  
  31. /* Copyright notice in the footer */
  32. DIV.copyright {color:#101010; font-size:10px; font-family:Arial, sans-serif}
  33. HR.copyright {align:left; color="#E0B040"; margin-top:10px; margin-bottom:0px;}
  34.